| OLD | NEW |
| (Empty) |
| 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| 2 <PatchRemove> | |
| 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.props" Cond
ition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" /> | |
| 4 </PatchRemove> | |
| 5 <PatchAdd> | |
| 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.props" Cond
ition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" /> | |
| 7 </PatchAdd> | |
| 8 <PatchRemove> | |
| 9 <Import Condition="(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolset
s\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).props'))" Project="$
(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cp
p.Win32.$(PlatformToolset).props"/> | |
| 10 </PatchRemove> | |
| 11 <PatchAdd> | |
| 12 <Import Condition="(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolset
s\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).props'))" Project="$
(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cp
p.PPAPI.$(PlatformToolset).props"/> | |
| 13 </PatchAdd> | |
| 14 <PatchRemove> | |
| 15 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.props" Condi
tion="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" /> | |
| 16 </PatchRemove> | |
| 17 <PatchAdd> | |
| 18 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.props" Condi
tion="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" /> | |
| 19 </PatchAdd> | |
| 20 </Project> | |
| OLD | NEW |